ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / FinancialChart<T> Class / OnClientSelectionChanged Property

In This Topic
    OnClientSelectionChanged Property (FinancialChart<T>)
    In This Topic
    Occurs after the selection changes, whether programmatically or when the user clicks the chart.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientSelectionChanged As String
    public virtual string OnClientSelectionChanged {get; set;}
    See Also